home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Aventura / FireMan.swf / scripts / frame_1179 / PlaceObject2_550_3 / CLIPACTIONRECORD onClipEvent(enterFrame).as next >
Text File  |  2008-09-12  |  291b  |  20 lines

  1. onClipEvent(enterFrame){
  2.    if(begin)
  3.    {
  4.       dorumble = true;
  5.       begin = false;
  6.       c = 0;
  7.    }
  8.    if(dorumble)
  9.    {
  10.       dy *= -1;
  11.       _root._y += dy;
  12.       c += 1;
  13.       if(c > DELAY)
  14.       {
  15.          dorumble = false;
  16.          _root._y = yi;
  17.       }
  18.    }
  19. }
  20.